home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 November: Tool Chest
/
Dev.CD Nov 00 TC Disk 2.toast
/
pc
/
sample code
/
platforms and tools
/
macapp
/
light gray adorner
/
tlightgrayadorner.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-09-28
|
353 b
|
17 lines
#ifndef __LIGHTGRAYADORNER__
#define __LIGHTGRAYADORNER__
class TLtGrayAdorner: public TAdorner
{
private:
PixPatHandle fLtGrayPat;
PixPatHandle fWhitePat;
public:
virtual pascal void Initialize();
virtual pascal void Free();
virtual pascal void ILtGrayAdorner();
virtual pascal void Draw(TView* itsView, const VRect& area);
};
#endif